summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Finally implement "git log --follow"Linus Torvalds2007-06-225-1/+70
* Merge branch 'jc/oneline'Junio C Hamano2007-06-221-2/+2
|\
| * pp_header(): work around possible memory corruptionJohannes Schindelin2007-06-161-2/+2
* | Merge branch 'ei/oneline+add-empty'Junio C Hamano2007-06-2213-239/+410
|\ \
| * | Fix ALLOC_GROW calls with obsolete semanticsJeff King2007-06-161-2/+2
| * | Merge branch 'jk/add-empty' into ei/oneline+add-emptyJunio C Hamano2007-06-163-53/+51
| |\ \ | | |/ | |/|
| | * builtin-add: simplify (and increase accuracy of) exclude handlingJeff King2007-06-133-53/+36
| | * dir_struct: add collect_ignored optionJeff King2007-06-132-1/+16
| * | Fix ALLOC_GROW off-by-oneJeff King2007-06-161-1/+1
| * | Extend --pretty=oneline to cover the first paragraph,Junio C Hamano2007-06-132-135/+258
| * | Lift 16kB limit of log message outputJunio C Hamano2007-06-139-74/+124
| |/
* | filter-branch: add example to move everything into a subdirectoryJohannes Schindelin2007-06-222-0/+16
* | Merge branch 'js/filter'Junio C Hamano2007-06-223-1/+537
|\ \
| * | filter-branch: subdirectory filter needs --full-historyJohannes Sixt2007-06-092-1/+22
| * | filter-branch: Simplify parent computation.Johannes Sixt2007-06-091-17/+7
| * | Teach filter-branch about subdirectory filteringJohannes Schindelin2007-06-092-3/+54
| * | 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
* | | Two trivial -Wcast-qual fixesJunio C Hamano2007-06-222-2/+2
* | | diffcore-rename: favour identical basenamesJohannes Schindelin2007-06-222-1/+45
* | | Document git-gui, git-citool as mainporcelain manual pagesShawn O. Pearce2007-06-224-5/+156
* | | Generate tags with correct timestamp (git-svnimport)Dave O'Neill2007-06-222-24/+3
* | | Cloning from a repo without "current branch"Nanako Shiraishi2007-06-201-7/+13
* | | Change default man page path to /usr/share/manIsmail Dönmez2007-06-201-1/+1
* | | INSTALL: explain how to build documentationJunio C Hamano2007-06-201-4/+10
* | | cvsserver: Actually implement --export-allAlex Riesen2007-06-201-2/+2
* | | Document git log --full-diffJakub Narebski2007-06-161-0/+7
* | | Document git log --abbrev-commit, as a kind of pretty optionJakub Narebski2007-06-161-0/+9
* | | Use tabs for indenting definition list for options in git-log.txtJakub Narebski2007-06-161-1/+1
* | | Document git rev-list --timestampJakub Narebski2007-06-161-0/+4
* | | Document git reflog --stale-fixJakub Narebski2007-06-161-0/+13
* | | Document git rev-parse --is-inside-git-dirJakub Narebski2007-06-161-0/+4
* | | Document git read-tree --trivialJakub Narebski2007-06-162-2/+8
* | | Document git rev-list --full-historyJakub Narebski2007-06-161-0/+9
* | | Do not use h_errno after connect(2): the function does not set itAlex Riesen2007-06-161-4/+2
* | | Documentation: update "stale" links for 1.5.2.2Junio C Hamano2007-06-161-1/+3
* | | Merge branch 'jc/remote'Junio C Hamano2007-06-163-85/+275
|\ \ \
| * | | git-push: Update description of refspecs and add examplesJunio C Hamano2007-06-091-3/+22
| * | | remote.c: "git-push frotz" should update what matches at the source.Junio C Hamano2007-06-092-6/+53
| * | | remote.c: fix "git push" weak match disambiguationJunio C Hamano2007-06-092-1/+112
| * | | remote.c: minor clean-up of match_explicit()Junio C Hamano2007-06-091-11/+12
| * | | remote.c: refactor creation of new dst refJunio C Hamano2007-06-091-18/+17
| * | | remote.c: refactor match_explicit_refs()Junio C Hamano2007-06-091-73/+86
* | | | Merge branch 'gp/branch'Junio C Hamano2007-06-162-2/+16
|\ \ \ \