summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: fix MAKEFLAGS tests with multiple flagsjk/make-findstring-makeflags-fixJohn Keeping2015-09-101-2/+2
* Allow "make -w" generate its usual outputAlex Riesen2007-03-061-2/+8
* Support of "make -s": do not output anything of the build itselfAlex Riesen2007-03-061-3/+7
* More build output cleaning upAlex Riesen2007-03-062-4/+6
* Make 'make' quiet by defaultShawn O. Pearce2007-03-063-5/+5
* Make 'make' quieter while building gitShawn O. Pearce2007-03-063-42/+62
* Merge branch 'maint'Junio C Hamano2007-03-062-37/+69
|\
| * Merge branch 'master' of git://repo.or.cz/git-gui into maintJunio C Hamano2007-03-062-37/+69
| |\
| | * git-gui: Make 'make' quieter by defaultgitgui-0.6.3Shawn O. Pearce2007-03-061-7/+15
| | * git-gui: Remove unnecessary /dev/null redirection.Shawn O. Pearce2007-03-011-8/+2
| | * git-gui: Don't create empty (same tree as parent) commits.gitgui-0.6.2Shawn O. Pearce2007-02-261-0/+18
| | * git-gui: Add Reset to the Branch menu.Shawn O. Pearce2007-02-261-0/+6
| | * git-gui: Relocate the menu/transport menu code.Shawn O. Pearce2007-02-261-22/+28
* | | git-bundle: fix pack generation.Junio C Hamano2007-03-051-0/+6
* | | Merge branch 'maint'Junio C Hamano2007-03-051-0/+3
|\ \ \ | |/ /
| * | git-commit: cd to top before showing the final statJunio C Hamano2007-03-051-0/+3
| | |
| \ \
*-. \ \ Merge branch 'master-for-junio' of git://repo.or.cz/git/fastimport; branch 'm...Junio C Hamano2007-03-055-9/+57
|\ \ \ \ | | |/ /
| | * | Fix diff-options references in git-diff and git-format-patchBrian Gernhardt2007-03-052-3/+5
| | * | Add definition of <commit-ish> to the main git man page.Theodore Ts'o2007-03-051-0/+6
| | * | Merge branch 'maint-for-junio' of git://repo.or.cz/git/fastimport into maintJunio C Hamano2007-03-051-6/+19
| | |\ \
| | * | | Begin SubmittingPatches with a check listJohannes Schindelin2007-03-051-0/+27
| * | | | Merge branch 'maint'Shawn O. Pearce2007-03-051-6/+19
| |\ \ \ \ |/ / / / / | | | _ / | | | /
| * | | fast-import: Fail if a non-existant commit is used for mergeShawn O. Pearce2007-03-051-1/+8
| * | | fast-import: Avoid infinite loop after resetShawn O. Pearce2007-03-051-5/+11
| |/ /
* | | contrib/emacs: Use non-interactive function to byte-compile filesXavier Maillard2007-03-051-2/+2
* | | t/t5515-fetch-merge-logic.sh: Added tests for the merge login in git-fetchSanti BĂ©jar2007-03-0563-0/+731
* | | Post 1.5.0.3 cleanupJunio C Hamano2007-03-042-4/+14
* | | Merge branch 'js/fetch-progress' (early part)Junio C Hamano2007-03-046-14/+47
|\ \ \
| * | | Fixup no-progress for fetch & cloneJohannes Schindelin2007-02-244-18/+9
| * | | fetch & clone: do not output progress when not on a ttyJohannes Schindelin2007-02-196-13/+55
* | | | Merge branch 'js/symlink'Junio C Hamano2007-03-0415-13/+175
|\ \ \ \
| * | | | Tell multi-parent diff about core.symlinks.Johannes Sixt2007-03-031-0/+10
| * | | | Handle core.symlinks=false case in merge-recursive.Johannes Sixt2007-03-032-1/+64
| * | | | Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-0212-12/+101
* | | | | Merge branch 'maint'Junio C Hamano2007-03-045-48/+167
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | GIT 1.5.0.3v1.5.0.3Junio C Hamano2007-03-042-12/+15
| * | | | glossary: Add definitions for dangling and unreachable objectsYasushi SHOJI2007-03-041-0/+9
| * | | | user-manual: more detailed merge discussionJ. Bruce Fields2007-03-041-25/+77
| * | | | user-manual: how to replace commits older than most recentJ. Bruce Fields2007-03-041-0/+46
| * | | | user-manual: insert earlier of mention content-addressable architectureJ. Bruce Fields2007-03-041-9/+15
| * | | | user-manual: ensure generated manual references stylesheetJ. Bruce Fields2007-03-041-1/+4
| * | | | user-manual: reset to ORIG_HEAD not HEAD to undo mergeJ. Bruce Fields2007-03-041-1/+1
| * | | | Documentation: mention module option to git-cvsimportJ. Bruce Fields2007-03-041-1/+1
* | | | | git-svn: fix show-ignore when not connected to the repository rootEric Wong2007-03-041-2/+2
* | | | | diff-ni: allow running from a subdirectory.Junio C Hamano2007-03-031-1/+13
* | | | | Merge branch 'js/diff-ni' (early part)Junio C Hamano2007-03-034-2/+64
|\ \ \ \ \
| * | | | | diff: make more cases implicit --no-indexJohannes Schindelin2007-02-284-2/+64
* | | | | | Merge branch 'maint'Junio C Hamano2007-03-039-12/+37
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | Unset NO_C99_FORMAT on Cygwin.Ramsay Jones2007-03-031-1/+0
| * | | | Fix a "pointer type missmatch" warning.Ramsay Jones2007-03-032-2/+15