summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | get_shallow_commits: Avoid memory leak if a commit has been reached already.Alexandre Julliard2006-11-241-1/+3
| * | | | git-fetch: Reset shallow_depth before auto-following tags.Alexandre Julliard2006-11-241-0/+2
| * | | | upload-pack: Check for NOT_SHALLOW flag before sending a shallow to the client.Alexandre Julliard2006-11-241-1/+1
| * | | | fetch-pack: Properly remove the shallow file when it becomes empty.Alexandre Julliard2006-11-241-1/+1
| * | | | shallow clone: unparse and reparse an unshallowed commitJunio C Hamano2006-11-241-0/+1
| * | | | Why didn't we mark want_obj as ~UNINTERESTING in the old code?Junio C Hamano2006-11-241-0/+1
| * | | | Why does it mean we do not have to register shallow if we have one?Junio C Hamano2006-11-241-3/+0
| * | | | We should make sure that the protocol is still extensible.Junio C Hamano2006-11-241-4/+7
| * | | | add tests for shallow stuffJohannes Schindelin2006-11-241-0/+45
| * | | | Shallow clone: do not ignore shallowness when following tagsAlexandre Julliard2006-11-241-1/+2
| * | | | allow deepening of a shallow repositoryJohannes Schindelin2006-11-246-21/+97
| * | | | allow cloning a repository "shallowly"Johannes Schindelin2006-11-243-5/+96
| * | | | support fetching into a shallow repositoryJohannes Schindelin2006-11-246-4/+150
| * | | | upload-pack: no longer call rev-listJohannes Schindelin2006-11-241-33/+60
* | | | | Allow git-merge to select the default strategy.Shawn O. Pearce2006-12-281-18/+0
* | | | | Honor pull.{twohead,octopus} in git-merge.Shawn O. Pearce2006-12-281-2/+14
* | | | | Ensure `git-pull` fails if `git-merge` fails.Shawn O. Pearce2006-12-281-1/+1
* | | | | Use branch names in 'git-rebase -m' conflict hunks.Shawn O. Pearce2006-12-281-1/+10
* | | | | Honor GIT_REFLOG_ACTION in git-rebase.Shawn O. Pearce2006-12-281-1/+2
* | | | | Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce2006-12-287-41/+30
* | | | | gitweb: Precompile CGI routines for mod_perlJakub Narebski2006-12-281-0/+4
* | | | | gitweb: Add mod_perl version string to "generator" meta headerJakub Narebski2006-12-281-1/+2
| |_|/ / |/| | |
* | | | Merge branch 'sp/gc'Junio C Hamano2006-12-276-4/+90
|\ \ \ \
| * | | | Use 'repack -a -d -l' instead of 'repack -a -d' in git-gcJunio C Hamano2006-12-271-1/+1
| * | | | everyday: replace a few 'prune' and 'repack' with 'gc'Junio C Hamano2006-12-271-3/+6
| * | | | Create 'git gc' to perform common maintenance operations.Shawn O. Pearce2006-12-275-1/+84
* | | | | Set NO_MMAP for Cygwin by defaultJunio C Hamano2006-12-271-2/+2
* | | | | gitweb: Re-enable rev-list --parents for parse_commit.Robert Fitzsimons2006-12-271-5/+5
* | | | | git-send-email: default value for "From:" field.Quy Tonthat2006-12-271-3/+2
|/ / / /
* | | | git-reflog: gc.* configuration and documentation.Junio C Hamano2006-12-274-2/+94
* | | | rerere gc: honor configuration and document itJunio C Hamano2006-12-273-2/+29
| |/ / |/| |
* | | count-objects -v: show number of packs as well.Junio C Hamano2006-12-272-2/+5
* | | Merge branch 'jc/fsck-reflog'Junio C Hamano2006-12-2615-32/+373
|\ \ \
| * | | Add git-reflog to .gitignoreNicolas Pitre2006-12-261-0/+1
| * | | reflog expire: do not punt on tags that point at non commits.Junio C Hamano2006-12-221-5/+5
| * | | reflog expire: prune commits that are not incompleteJunio C Hamano2006-12-221-3/+40
| * | | Don't crash during repack of a reflog with pruned commits.Shawn O. Pearce2006-12-211-10/+20
| * | | Merge branch 'master' into jc/fsck-reflogJunio C Hamano2006-12-2112-29/+81
| |\ \ \
| * | | | git reflog expireJunio C Hamano2006-12-204-0/+178
| * | | | Move in_merge_bases() to commit.cJunio C Hamano2006-12-203-20/+19
| * | | | reflog: fix warning message.Junio C Hamano2006-12-201-3/+9
| * | | | Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano2006-12-203-9/+52
| * | | | Protect commits recorded in reflog from pruning.Junio C Hamano2006-12-202-0/+38
| * | | | add for_each_reflog_ent() iteratorJunio C Hamano2006-12-202-0/+29
* | | | | everyday: update for v1.5.0Junio C Hamano2006-12-261-41/+48
* | | | | git-svn: dcommit should diff against the current HEAD after committingEric Wong2006-12-261-3/+3
* | | | | git-svn: quiet down tests and fix some unportable shell constructsEric Wong2006-12-261-131/+127
* | | | | hooks/commit-msg: add example to add Signed-off-by line to messageAndy Parkins2006-12-261-0/+4
* | | | | move git-blame to its place in .gitignoreNicolas Pitre2006-12-261-1/+1
| |_|_|/ |/| | |
* | | | Document git-reset <commit> -- <paths>...Junio C Hamano2006-12-261-3/+9