summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* symbolic-ref: allow refs/<whatever> in HEADJeff King2009-02-132-7/+2
* Remove redundant bit clears from diff_setup()Keith Cascio2009-02-131-3/+0
* bash-completion: Complete the values of color.interactive, color.ui, color.pagerMatt Kraai2009-02-131-1/+5
* Install the default "master" branch configuration after cloning a voidJunio C Hamano2009-02-122-5/+33
* Update documentation to add further information about using Thunderbird with ...Jeremy White2009-02-122-0/+41
* git-rebase.txt: --interactive does not work with --whitespaceMark Burton2009-02-121-0/+1
* Add 'rm -f' equivalent to 'git rm' example of filter-branch --index-filterJacob Helwig2009-02-121-0/+5
* Revert "validate_headref: tighten ref-matching to just branches"Junio C Hamano2009-02-121-2/+2
* Bugfix: GIT_EXTERNAL_DIFF with more than one changed filesNazri Ramliy2009-02-122-4/+12
* Merge branch 'maint'Junio C Hamano2009-02-114-20/+88
|\
| * Prepare for 1.6.1.4.Junio C Hamano2009-02-112-1/+20
| * Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-113-20/+69
| |\
| | * Make repack less likely to corrupt repositoryJunio C Hamano2009-02-111-20/+67
| | * fast-export: ensure we traverse commits in topological orderElijah Newren2009-02-111-0/+1
| | * Clear the delta base cache if a pack is rebuiltShawn O. Pearce2009-02-111-0/+1
* | | filter-branch: Add more error-handlingEric Kidd2009-02-112-12/+18
* | | Fix contrib/hooks/post-receive-email for new duplicate branchPat Notz2009-02-111-1/+3
* | | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-02-115-21/+279
|\ \ \
| * | | test case for regression caused by git-svn empty symlink fixAnton Gyllenberg2009-02-112-0/+208
| * | | git-svn: fix broken symlink workaround when switching branchesEric Wong2009-02-111-5/+6
| * | | git-svn: Print revision while searching for earliest use of pathDeskin Miller2009-02-111-0/+3
| * | | git-svn: abstract out a block into new method other_gs()Sam Vilain2009-02-111-16/+24
| * | | git-svn: allow disabling expensive broken symlink checksEric Wong2009-02-113-0/+38
* | | | Squelch overzealous "ignoring dangling symref" in an empty repositoryJunio C Hamano2009-02-111-1/+2
* | | | Merge branch 'maint'Junio C Hamano2009-02-112-2/+43
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'maint-1.5.6' into maintJunio C Hamano2009-02-112-2/+43
| |\ \
| | * \ Merge branch 'maint-1.5.5' into maint-1.5.6Junio C Hamano2009-02-112-2/+43
| | |\ \
| | | * \ Merge branch 'maint-1.5.4' into maint-1.5.5Junio C Hamano2009-02-112-2/+43
| | | |\ \
| | | | * | revision traversal and pack: notice and die on missing commitJunio C Hamano2009-02-112-2/+43
* | | | | | builtin-receive-pack.c: do not initialize statics to 0Junio C Hamano2009-02-101-2/+2
* | | | | | receive-pack: receive.denyDeleteCurrentJunio C Hamano2009-02-102-11/+74
* | | | | | Drop double-semicolon in CJunio C Hamano2009-02-104-4/+4
* | | | | | Warn use of "origin" when remotes/origin/HEAD is danglingJunio C Hamano2009-02-102-2/+10
* | | | | | remote prune: warn dangling symrefsJunio C Hamano2009-02-104-18/+86
* | | | | | Fix the installation path for html documentationMichael J Gruber2009-02-101-1/+1
* | | | | | Generalize and libify index_is_dirty() to index_differs_from(...)Stephan Beyer2009-02-104-23/+20
* | | | | | Makefile: resort filenames alphabeticallyStephan Beyer2009-02-101-8/+8
* | | | | | Modernize t5400 test scriptJunio C Hamano2009-02-101-86/+94
* | | | | | Describe notable git.el changes in the release notesAlexandre Julliard2009-02-101-2/+3
* | | | | | Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-1016-506/+0
* | | | | | Merge branch 'lh/submodule-tree-traversal' (early part)Junio C Hamano2009-02-104-9/+32
|\ \ \ \ \ \
| * | | | | | tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli2009-02-074-9/+32
* | | | | | | Merge branch 'js/git-submodule-trailing-slash'Junio C Hamano2009-02-103-2/+34
|\ \ \ \ \ \ \
| * | | | | | | submodule: warn about non-submodulesJohannes Schindelin2009-02-072-1/+8
| * | | | | | | Let ls-files strip trailing slashes in submodules' pathsJohannes Schindelin2009-02-072-1/+26
| |/ / / / / /
* | | | | | | Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano2009-02-106-152/+115
|\ \ \ \ \ \ \
| * | | | | | | Remove unused normalize_absolute_path()Johannes Sixt2009-02-072-46/+6
| * | | | | | | Test and fix normalize_path_copy()Johannes Sixt2009-02-073-30/+26
| * | | | | | | Fix GIT_CEILING_DIRECTORIES on WindowsRené Scharfe2009-02-072-8/+9
| * | | | | | | Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt2009-02-073-87/+88