summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Update git(7) man-page for the C wrapper.Andreas Ericsson2005-11-151-7/+28
* | C implementation of the 'git' program, take two.Andreas Ericsson2005-11-153-88/+237
* | sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano2005-11-151-1/+1
* | diff: make default rename detection limit configurable.Junio C Hamano2005-11-155-5/+16
* | Add config variable core.symrefsonlyJohannes Schindelin2005-11-155-4/+14
* | Rework object refs tracking to reduce memory usageSergey Vlasov2005-11-157-42/+116
* | git-fsck-objects: Free tree entries after useSergey Vlasov2005-11-151-0/+7
* | Fix git(1) link to git-index-packJonas Fonseca2005-11-151-1/+1
* | Documentation: do not blindly run 'cat' .git/HEAD, or echo into it.Junio C Hamano2005-11-157-13/+14
* | Fix bunch of fd leaks in http-fetchPetr Baudis2005-11-151-2/+14
* | git-daemon: --inetd implies --syslogAndreas Ericsson2005-11-152-3/+4
* | git-core-foo -> git-foo, except the core packageH. Peter Anvin2005-11-152-13/+37
* | Update topo-order test.Junio C Hamano2005-11-141-15/+15
* | allow git-update-ref create refs with slashes in namesAlex Riesen2005-11-143-4/+14
* | Documentation nitpickingNikolai Weibull2005-11-142-2/+2
* | Document a couple of missing command-line options.Nikolai Weibull2005-11-143-5/+15
* | Document the -n command-line option to git-unpack-objectsNikolai Weibull2005-11-142-2/+6
* | apply: fix binary patch detection.Junio C Hamano2005-11-141-3/+4
* | Fix git-rev-list "date order" with --topo-orderLinus Torvalds2005-11-141-2/+3
* | git-branch: Mention -d and -D in man-page.Andreas Ericsson2005-11-141-4/+11
* | Merge branch 'svnup' of http://netz.smurf.noris.de/git/gitJunio C Hamano2005-11-141-1/+1
|\ \
| * | Depend on asciidoc 7 (at least).Matthias Urlichs2005-11-141-1/+1
* | | Remove git-rename. git-mv does the sameJosef Weidendorfer2005-11-145-107/+1
* | | Bugfix: stop if directory already existsJosef Weidendorfer2005-11-141-2/+2
* | | Separate LDFLAGS and CFLAGS.Junio C Hamano2005-11-141-9/+20
* | | Merge branch 'svnup' of http://netz.smurf.noris.de/git/gitJunio C Hamano2005-11-142-2/+7
|\ \ \ | |/ /
| * | Remove trailing slashesMatthias Urlichs2005-11-141-1/+6
| * | debian packaging: git-cvs needs cvspsMatthias Urlichs2005-11-121-1/+1
* | | Rename lost+found to lost-found.Junio C Hamano2005-11-135-7/+7
* | | Fix compilation warnings in pack-redundant.cKai Ruemmler2005-11-131-7/+8
* | | Debian: build-depend on libexpat-dev.Junio C Hamano2005-11-132-1/+7
* | | Split gitk into seperate RPM packageThomas Matysik2005-11-131-3/+17
* | | Add expat and expat-devel dependencies (for http-push) to RPM spec.Thomas Matysik2005-11-131-2/+2
* | | Fix fd leak in http-fetchNick Hengeveld2005-11-121-0/+2
* | | Fix for multiple alternates requests in http-fetchNick Hengeveld2005-11-121-61/+117
|/ /
* | Ignore built git-lost+found.Junio C Hamano2005-11-111-0/+1
* | Documentation: asciidoc sources are utf-8Junio C Hamano2005-11-112-3/+3
* | Rename .git/lost+found to .git/lost-found.Junio C Hamano2005-11-112-5/+5
* | git-lost+foundJunio C Hamano2005-11-114-1/+106
* | git-prune: prune redundant packsJunio C Hamano2005-11-111-0/+11
* | Make git-pack-redundant consider alt-odbsLukas_Sandström2005-11-113-62/+106
* | Rename git-pack-intersect to git-pack-redundantLukas_Sandström2005-11-115-11/+13
* | Make git-repack use git-pack-intersect.Lukas_Sandström2005-11-111-18/+12
* | Add git-pack-intersect to .gitignoreLukas_Sandström2005-11-111-0/+1
* | Add documentation for git-pack-intersectLukas_Sandström2005-11-111-0/+47
* | Add git-pack-intersectLukas_Sandström2005-11-113-1/+581
* | merge-one-file: use empty- or common-base condintionally in two-stage merge.Junio C Hamano2005-11-111-0/+6
* | Documentation: git-apply --no-addJunio C Hamano2005-11-112-2/+8
* | merge-one-file: use common as base, instead of emptiness.Junio C Hamano2005-11-112-4/+13
* | merge with /dev/null as base, instead of punting O==empty caseJunio C Hamano2005-11-111-4/+16