summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* filter-branch: always export GIT_DIR if it is setMatthias Lederhofer2007-06-061-1/+2
* Merge branch 'js/filter' into ei/worktree+filterJunio C Hamano2007-06-063-1/+475
|\
| * filter-branch: also don't fail in map() if a commit cannot be mappedJohannes Sixt2007-06-061-9/+5
| * filter-branch: Use rev-list arguments to specify revision ranges.Johannes Sixt2007-06-062-28/+13
| * filter-branch: fix behaviour of '-k'Johannes Schindelin2007-06-062-12/+26
| * filter-branch: use $(($i+1)) instead of $((i+1))Johannes Schindelin2007-06-061-1/+1
| * chmod +x git-filter-branch.shMatthias Lederhofer2007-06-061-0/+0
| * filter-branch: prevent filters from reading from stdinMatthias Lederhofer2007-06-061-3/+3
| * t7003: make test repeatableJunio C Hamano2007-06-051-0/+1
| * Add git-filter-branchJohannes Schindelin2007-06-023-1/+479
* | setup_git_directory: fix segfault if repository is found in cwdMatthias Lederhofer2007-06-061-0/+5
* | test GIT_WORK_TREEMatthias Lederhofer2007-06-061-0/+92
* | extend rev-parse test for --is-inside-work-treeMatthias Lederhofer2007-06-061-12/+17
* | Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer2007-06-065-14/+14
* | introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-069-57/+204
* | test git rev-parseMatthias Lederhofer2007-06-061-0/+72
* | rev-parse: introduce --is-bare-repositoryMatthias Lederhofer2007-06-064-7/+10
* | rev-parse: document --is-inside-git-dirMatthias Lederhofer2007-06-061-0/+4
* | Merge branch 'sv/objfixes'Junio C Hamano2007-06-065-8/+18
|\ \
| * | Don't assume tree entries that are not dirs are blobsSam Vilain2007-06-062-1/+9
| * | git-cvsimport: Make sure to use $git_dir always instead of .git sometimesMichael Milligan2007-06-061-3/+3
| * | fix documentation of unpack-objects -nSam Vilain2007-06-061-2/+2
| * | Accept dates before 2000/01/01 when specified as seconds since the epochJohannes Sixt2007-06-061-2/+4
* | | Makefile: Remove git-merge-base from PROGRAMS.Johannes Sixt2007-06-061-1/+0
* | | t5000: skip ZIP tests if unzip was not foundJohannes Schindelin2007-06-061-0/+7
* | | Merge branch 'mm/tag'Junio C Hamano2007-06-062-11/+46
|\ \ \
| * | | Teach git-tag about showing tag annotations.Matthijs Melchior2007-06-022-11/+46
| | |/ | |/|
* | | git-branch --track: fix tracking branch computation.Junio C Hamano2007-06-062-30/+53
* | | Fix typo in git-mergetoolJosh Triplett2007-06-061-1/+1
* | | Add the --numbered-files option to git-format-patch.Jon Loeliger2007-06-062-44/+67
* | | $EMAIL is a last resort fallback, as it's system-wide.Pierre Habouzit2007-06-061-2/+2
* | | make clean should remove all the test programs tooMatthias Lederhofer2007-06-061-1/+2
* | | add git-filter-branch to .gitignoreMatthias Lederhofer2007-06-061-0/+1
* | | Merge branch 'gb/idx'Junio C Hamano2007-06-054-341/+245
|\ \ \
| * | | Unify write_index_file functionsGeert Bosch2007-06-024-341/+245
* | | | merge-recursive: refuse to merge binary filesJohannes Schindelin2007-06-042-0/+20
* | | | Move buffer_is_binary() to xdiff-interface.hJohannes Schindelin2007-06-044-17/+11
* | | | git-fsck: learn about --verboseJohannes Schindelin2007-06-042-2/+45
* | | | gitweb: Handle non UTF-8 text betterMartin Koegler2007-06-032-10/+59
* | | | Add test-sha1 to .gitignore.Randal L. Schwartz2007-06-031-0/+1
| |/ / |/| |
* | | git-apply: what is detected and fixed is not just trailing spaces.Junio C Hamano2007-06-021-9/+8
* | | Update to SubmittingPatchesJohannes Schindelin2007-06-021-0/+4
* | | Merge branch 'maint' to sync with 1.5.2.1Junio C Hamano2007-06-021-0/+53
|\ \ \ | | |/ | |/|
| * | GIT 1.5.2.1v1.5.2.1Junio C Hamano2007-06-023-2/+55
* | | Release Notes: start preparing for 1.5.3Junio C Hamano2007-06-022-1/+110
| | |
| \ \
*-. \ \ Merge branches 'lh/submodules' and 'pb/am'Junio C Hamano2007-06-0214-504/+416
|\ \ \ \ | |_|_|/ |/| | |
| | * | Remove git-applypatchJunio C Hamano2007-05-249-280/+10
| | * | git-applymbox: Remove commandPetr Baudis2007-05-247-228/+6
| * | | Add basic test-script for git-submoduleLars Hjemli2007-06-021-0/+143
| * | | Add git-submodule commandLars Hjemli2007-05-265-1/+262