summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-11-25GIT 0.99.9kv0.99.9kJunio C Hamano77-1804/+2856
2005-11-25git-sh-setup: move the repository check to a core program.Junio C Hamano1-7/+2
2005-11-25setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano1-5/+37
2005-11-25git-var: make it work in subdirectory.Junio C Hamano1-0/+2
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano26-31/+34
2005-11-25parse-remote and ls-remote clean-up.Junio C Hamano2-2/+3
2005-11-25Prevent "git-commit -a path1 path2..."Junio C Hamano1-1/+4
2005-11-25config.c: avoid shadowing global.Junio C Hamano1-5/+5
2005-11-25Fix a warning about unused value.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2005-11-25cvsimport: Don't let local settings hinder cvs user-migration.Andreas Ericsson1-1/+1
2005-11-24Rename git-config-set to git-repo-configJohannes Schindelin6-51/+51
2005-11-23diff-tree: teach single-commit diff-tree to honour graftsJunio C Hamano1-29/+25
2005-11-23Teach update-index to read from ls-tree.Junio C Hamano2-6/+8
2005-11-23git-revert: make --edit default.Junio C Hamano1-7/+11
2005-11-23Allow editing of a revert-messageLinus Torvalds1-1/+5
2005-11-23Fix git-mv for moving directories with 1 fileJosef Weidendorfer1-8/+17
2005-11-23git-merge: make recursive the default strategyJunio C Hamano1-8/+12
2005-11-23pack-redundant: type cleanups.Junio C Hamano1-10/+10
2005-11-22Fixed git:// IPv4 address problem when compiled with -DNO_IPV6.Paul Serice1-1/+1
2005-11-22arguments cleanup and some formattingAlex Riesen1-7/+8
2005-11-22remove unused variableAlex Riesen1-2/+0
2005-11-22speedup allocation in pack-redundant.cAlex Riesen1-6/+26
2005-11-22Make git-pack-redundant take a list of unimportant objs on stdinLukas Sandström1-0/+21
2005-11-22Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-1/+5
2005-11-21git-var: constness and globalness cleanup.Junio C Hamano3-9/+13
2005-11-21Move diff.renamelimit out of default configuration.Junio C Hamano8-9/+19
2005-11-21max-count in terms of intersectionLuben Tuikov1-2/+3
2005-11-21GIT: Fix compilation error in connect.cYOSHIFUJI Hideaki / 吉藤英明1-4/+5
2005-11-21Introduce $(ALL_PROGRAMS) for 'all:' and 'install:' to operate on.Andreas Ericsson1-13/+15
2005-11-21rename/copy score parsing updates.H. Peter Anvin1-12/+21
2005-11-21git-daemon not listening when compiled with -DNO_IPV6Paul Serice1-0/+6
2005-11-21git-repack: Properly abort in corrupt repositoryLinus Torvalds2-2/+2
2005-11-21Allow hierarchical section namesJohannes Schindelin2-9/+29
2005-11-21git-config-set: Properly terminate strings with '\0'Johannes Schindelin2-0/+2
2005-11-21git-proxy updates.Junio C Hamano1-7/+45
2005-11-21proxy-command support for git://Paul Collins1-1/+71
2005-11-21daemon: further tweaks.Junio C Hamano2-18/+14
2005-11-21git-daemon support for user-relative paths.Andreas Ericsson3-87/+72
2005-11-21tutorial: setting up a tree for subsystem maintainersJunio C Hamano1-1/+4
2005-11-21rename detection with -M100 means "exact renames only".Junio C Hamano2-0/+7
2005-11-21format-patch: fix two-argument special case, and make it easier to pick singl...Junio C Hamano1-2/+3
2005-11-21Fix hooks/update template.Junio C Hamano1-4/+3
2005-11-21Make sure heads/foo and tags/foo do not confuse things.Junio C Hamano2-6/+24
2005-11-20Fix "do not DWIM" patch to enter_repo"Junio C Hamano1-1/+1
2005-11-20git-reset.txt: Small fix + clarifications.Andreas Ericsson1-4/+15
2005-11-20Add Python version checks to the Makefile to automatically set WITH_OWN_SUBPR...Ryan Anderson1-10/+15
2005-11-20Fix sparse warningsTimo Hirvonen4-32/+31
2005-11-21gitk: Disable fastdate stuff for nowPaul Mackerras1-1/+5
2005-11-20Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-83/+50
2005-11-20git-config-set: support selecting values by non-matching regexJohannes Schindelin4-8/+70
2005-11-20merge-recursive: Replace 'except:'Fredrik Kuivinen1-2/+2
2005-11-20merge-one-file: use rmdir -pJunio C Hamano1-5/+1
2005-11-20gitk: Fix some bugs introduced by speedup changesPaul Mackerras1-11/+12
2005-11-19Documentation: add hooks/update example.Junio C Hamano1-0/+105
2005-11-19git-config-set: add more optionsJohannes Schindelin5-61/+258
2005-11-19Documentation update for user-relative paths.Andreas Ericsson1-5/+24
2005-11-19Client side support for user-relative paths.Andreas Ericsson1-22/+33
2005-11-19Server-side support for user-relative paths.Andreas Ericsson2-25/+7
2005-11-19Do not DWIM in userpath library under strict mode.Junio C Hamano2-57/+60
2005-11-19Library code for user-relative paths, take three.Andreas Ericsson2-0/+73
2005-11-19Add test case for git-config-setJohannes Schindelin1-0/+180
2005-11-19Add documentation for git-config-setJohannes Schindelin2-0/+111
2005-11-19Add git-config-set, a simple helper for scripts to set config variablesJohannes Schindelin3-1/+29
2005-11-19Add functions git_config_set() and git_config_set_multivar()Johannes Schindelin2-1/+295
2005-11-19Decide whether to build http-push in the MakefileNick Hengeveld2-12/+6
2005-11-19http.c: reorder to avoid compilation failure.Junio C Hamano1-36/+35
2005-11-19http-push memory/fd cleanupNick Hengeveld1-3/+14
2005-11-19Improve XML parsing in http-pushNick Hengeveld1-156/+163
2005-11-19Improve pack list response handlingNick Hengeveld1-2/+10
2005-11-19Make http-fetch request types more clearNick Hengeveld1-136/+139
2005-11-19Isolate shared HTTP request functionalityNick Hengeveld5-976/+635
2005-11-19merge-recursive::removeFile: remove empty directoriesJunio C Hamano1-0/+4
2005-11-19merge-one-file: remove empty directoriesJunio C Hamano1-1/+6
2005-11-19Documentation: rebase-from-internal minor updates.Junio C Hamano1-5/+2
2005-11-19git-repack: do not do complex redundancy check.Junio C Hamano1-21/+14
2005-11-19git-count-objects: dc replacementJunio C Hamano1-1/+19
2005-11-19gitk: moving all three panes if clicking on an arrow.Stefan-W. Hahn1-1/+3
2005-11-19gitk: use git-diff-tree --no-commit-idPavel Roskin1-4/+2
2005-11-18gitk: Specify line hover fontFrank Sorenson1-1/+1
2005-11-18readrefs: grab all refs with one call to ls-remote.Junio C Hamano1-66/+32
2005-11-18Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-68/+102
2005-11-18Merge branch 'master'Junio C Hamano11-93/+154
2005-11-18Merge branches 'jc/branch' and 'jc/rebase'Junio C Hamano2-63/+34
2005-11-18Rewrite rebase to use git-format-patch piped to git-am.Junio C Hamano1-56/+16
2005-11-18git-branch: -f to forcibly reset branch head.Junio C Hamano1-7/+18
2005-11-18Do not show .exe in git command list.Junio C Hamano1-1/+4
2005-11-18Document the "ignore objects" feature of git-pack-redundantLukas Sandström1-0/+8
2005-11-18Improve the readability of git-pack-redundantLukas Sandström1-13/+24
2005-11-18Remove all old packfiles when doing "git repack -a -d"Lukas Sandström1-3/+16
2005-11-18Update pull/fetch --tags documentationLuck, Tony1-1/+3
2005-11-18Fix a bug in get_all_permutations.Lukas Sandström1-0/+1
2005-11-18Cygwin *might* be helped with NO_MMAPJunio C Hamano1-0/+4
2005-11-18Teach "approxidate" about weekday syntaxLinus Torvalds1-5/+49
2005-11-18Make "git fetch" less verbose by defaultLinus Torvalds1-5/+9
2005-11-18Fix bug introduced by the latest changes to git-pack-redundantLukas Sandström1-1/+1
2005-11-18git-prune: quote possibly empty $dryrun as parameter to testJunio C Hamano1-1/+1
2005-11-18Merge branch 'master'Junio C Hamano8-79/+220
2005-11-17git-am: --binary; document --resume and --binary.Junio C Hamano2-14/+30
2005-11-17Teach "approxidate" about weekday syntaxLinus Torvalds1-1/+17
2005-11-17Make git-pack-redundant non-horribly slow on large sets of packsLukas Sandström1-12/+48
2005-11-17git-repack: Fix variable nameRalf Baechle1-3/+3
2005-11-17'make clean' forgot about some filesNicolas Pitre1-1/+1
2005-11-17Deal with binary diff output from GNU diff 2.8.7Junio C Hamano1-6/+18
2005-11-17Merge branch 'tojunio' of http://locke.catalyst.net.nz/git/git-martinlanghoffJunio C Hamano1-42/+103
2005-11-17archimport: allow for old style branch and public tag namesMartin Langhoff1-6/+17
2005-11-17Merge branch 'master'Junio C Hamano4-14/+129
2005-11-16Add approxidate test calls.Junio C Hamano1-0/+3
2005-11-16git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds3-14/+126
2005-11-17Disambiguate the term 'branch' in Arch vs gitEric Wong1-11/+54
2005-11-17archimport: don't die on merge-base failureEric Wong1-1/+7
2005-11-17remove shellquote usage for tagsEric Wong1-27/+28
2005-11-16GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano46-257/+895
2005-11-16daemon.c: fix arg parsing bugsAndreas Ericsson1-2/+6
2005-11-16tests: binary diff application.Junio C Hamano1-10/+39
2005-11-16diff: --full-indexJunio C Hamano3-7/+16
2005-11-16apply: allow-binary-replacement.Junio C Hamano3-7/+101
2005-11-16git-am: --resolved.Junio C Hamano1-12/+53
2005-11-16git-apply: fail if a patch cannot be applied.Junio C Hamano2-4/+85
2005-11-16git-cvsexportcommit.perl: fix typos in outputKevin Geiss1-2/+2
2005-11-16git-cvsexportcommit.perl: exit with non-0 status if patch fails.Kevin Geiss1-1/+1
2005-11-16git-cvsexportcommit.perl: use getopts to get binary flagsKevin Geiss1-1/+1
2005-11-16git-cvsexportcommit.perl: Fix usage() output.Kevin Geiss1-2/+2
2005-11-16Documentation/git-log.txt: trivial typo fix.Alecs King1-1/+1
2005-11-16symref support for import scriptsPavel Roskin3-8/+13
2005-11-16Disallow empty pattern in "git grep"Linus Torvalds1-0/+4
2005-11-15git wrapper: basic fixes.Junio C Hamano1-56/+98
2005-11-15Give python a chance to find "backported" modulesJohannes Schindelin1-2/+4
2005-11-15Fix tests with new git in CJohannes Schindelin1-0/+2
2005-11-15Fix llist_sorted_difference_inplace in git-pack-redundantLukas Sandström1-32/+15
2005-11-15git --help COMMAND brings up the git-COMMAND man-page.Andreas Ericsson2-2/+28
2005-11-15Update git(7) man-page for the C wrapper.Andreas Ericsson1-7/+28
2005-11-15C implementation of the 'git' program, take two.Andreas Ericsson3-88/+237
2005-11-15sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano1-1/+1
2005-11-15diff: make default rename detection limit configurable.Junio C Hamano5-5/+16
2005-11-15Add config variable core.symrefsonlyJohannes Schindelin5-4/+14
2005-11-15Rework object refs tracking to reduce memory usageSergey Vlasov7-42/+116
2005-11-15git-fsck-objects: Free tree entries after useSergey Vlasov1-0/+7
2005-11-15Fix git(1) link to git-index-packJonas Fonseca1-1/+1
2005-11-15Documentation: do not blindly run 'cat' .git/HEAD, or echo into it.Junio C Hamano7-13/+14
2005-11-15Fix bunch of fd leaks in http-fetchPetr Baudis1-2/+14
2005-11-15git-daemon: --inetd implies --syslogAndreas Ericsson2-3/+4
2005-11-15git-core-foo -> git-foo, except the core packageH. Peter Anvin2-13/+37
2005-11-14GIT 0.99.9i aka 1.0rc2v1.0rc2v0.99.9iJunio C Hamano28-238/+266
2005-11-14Update topo-order test.Junio C Hamano1-15/+15
2005-11-14allow git-update-ref create refs with slashes in namesAlex Riesen3-4/+14
2005-11-14Documentation nitpickingNikolai Weibull2-2/+2
2005-11-14Document a couple of missing command-line options.Nikolai Weibull3-5/+15
2005-11-14Document the -n command-line option to git-unpack-objectsNikolai Weibull2-2/+6
2005-11-14apply: fix binary patch detection.Junio C Hamano1-3/+4
2005-11-15Add -r flag and some speedupsPaul Mackerras1-68/+102
2005-11-14Fix git-rev-list "date order" with --topo-orderLinus Torvalds1-2/+3
2005-11-14git-branch: Mention -d and -D in man-page.Andreas Ericsson1-4/+11
2005-11-14Merge branch 'svnup' of http://netz.smurf.noris.de/git/gitJunio C Hamano1-1/+1
2005-11-14Depend on asciidoc 7 (at least).Matthias Urlichs1-1/+1
2005-11-14Remove git-rename. git-mv does the sameJosef Weidendorfer5-107/+1
2005-11-14Bugfix: stop if directory already existsJosef Weidendorfer1-2/+2
2005-11-14Separate LDFLAGS and CFLAGS.Junio C Hamano1-9/+20
2005-11-14Merge branch 'svnup' of http://netz.smurf.noris.de/git/gitJunio C Hamano2-2/+7
2005-11-14Remove trailing slashesMatthias Urlichs1-1/+6
2005-11-13Rename lost+found to lost-found.Junio C Hamano5-7/+7
2005-11-13Fix compilation warnings in pack-redundant.cKai Ruemmler1-7/+8
2005-11-13Debian: build-depend on libexpat-dev.Junio C Hamano2-1/+7
2005-11-13Split gitk into seperate RPM packageThomas Matysik1-3/+17
2005-11-13Add expat and expat-devel dependencies (for http-push) to RPM spec.Thomas Matysik1-2/+2
2005-11-12Fix fd leak in http-fetchNick Hengeveld1-0/+2
2005-11-12Fix for multiple alternates requests in http-fetchNick Hengeveld1-61/+117
2005-11-12debian packaging: git-cvs needs cvspsMatthias Urlichs1-1/+1
2005-11-11GIT 0.99.9hv1.0rc1v0.99.9hJunio C Hamano53-220/+1347
2005-11-11Ignore built git-lost+found.Junio C Hamano1-0/+1
2005-11-11Documentation: asciidoc sources are utf-8Junio C Hamano2-3/+3
2005-11-11Rename .git/lost+found to .git/lost-found.Junio C Hamano2-5/+5
2005-11-11git-lost+foundJunio C Hamano4-1/+106
2005-11-11git-prune: prune redundant packsJunio C Hamano1-0/+11
2005-11-11Make git-pack-redundant consider alt-odbsLukas_Sandström3-62/+106
2005-11-11Rename git-pack-intersect to git-pack-redundantLukas_Sandström5-11/+13
2005-11-11Make git-repack use git-pack-intersect.Lukas_Sandström1-18/+12
2005-11-11Add git-pack-intersect to .gitignoreLukas_Sandström1-0/+1
2005-11-11Add documentation for git-pack-intersectLukas_Sandström1-0/+47
2005-11-11Add git-pack-intersectLukas_Sandström3-1/+581
2005-11-11merge-one-file: use empty- or common-base condintionally in two-stage merge.Junio C Hamano1-0/+6
2005-11-11Documentation: git-apply --no-addJunio C Hamano2-2/+8
2005-11-11merge-one-file: use common as base, instead of emptiness.Junio C Hamano2-4/+13
2005-11-11merge with /dev/null as base, instead of punting O==empty caseJunio C Hamano1-4/+16
2005-11-11Show URL in the "Getting <foo> list" http-fetch messagesPetr Baudis1-2/+2
2005-11-11merge-recursive: Use '~' instead of '_' to separate file names from branch namesFredrik Kuivinen1-2/+2
2005-11-11merge-recursive: Add copyright noticeFredrik Kuivinen2-0/+7
2005-11-11merge-recursive: Indent the output properlyFredrik Kuivinen1-61/+69
2005-11-11Change 'cache' to 'index' in the docsLukas_Sandström17-71/+71
2005-11-11INSTALL: duplicate python requirements from MakefileJunio C Hamano1-0/+12
2005-11-11Merge branches 'jc/sb' and 'jc/mb'Junio C Hamano4-16/+202
2005-11-11t1200: use --topo-order to keep the show-branch output stable.Junio C Hamano1-2/+2
2005-11-11Fully detect uninteresting commits.Junio C Hamano1-11/+53
2005-11-11git-show-branch: tighten merge-base computation.Junio C Hamano1-2/+2
2005-11-11Add test case for merge-base.Junio C Hamano1-0/+59
2005-11-11merge-base: avoid unnecessary postprocessing.Junio C Hamano1-34/+43
2005-11-11merge-base: fully contaminate the well.Junio C Hamano1-1/+77
2005-11-11RPM: arch submodule needs tla.Junio C Hamano1-1/+1
2005-11-11git-clone: Allow cloning into directories other than child of current dir.Andreas Ericsson1-1/+2
2005-11-11git-clone: Keep remote names when cloning unless explicitly told not to.Andreas Ericsson2-5/+9
2005-11-11specfile cleanupsChris Wright1-11/+39