aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | Documentation/config.txt: fix minor typoThomas Quinot2014-11-10
| * | | | | | | | | config.txt: fix typoNicolas Dermine2014-11-10
* | | | | | | | | | Merge branch 'js/diff-highlight-avoid-sigpipe'Junio C Hamano2014-11-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | diff-highlight: exit when a pipe is brokenJohn Szakmeister2014-11-04
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | trailer: use CHILD_PROCESS_INIT in apply_command()René Scharfe2014-11-10
* | | | | | | | | | Git 2.2.0-rc1v2.2.0-rc1Junio C Hamano2014-11-07
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2014-11-06
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | docs/credential-store: s/--store/--file/Jeff King2014-11-06
* | | | | | | | | | Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano2014-11-06
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | gitignore.txt: fix spelling of "backslash"Ben North2014-11-04
* | | | | | | | | | Merge branch 'tm/line-log-first-parent'Junio C Hamano2014-11-06
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | line-log: fix crash when --first-parent is usedTzvetan Mikov2014-11-04
* | | | | | | | | | | Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-06
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | ignore stale directories when checking reflog existenceJeff King2014-11-04
| * | | | | | | | | | fetch: load all default config at startupJeff King2014-11-04
* | | | | | | | | | | Merge branch 'rs/use-child-process-init-more'Junio C Hamano2014-11-06
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bundle: split out ref writing from bundle_createJeff King2014-10-30
| * | | | | | | | | | | bundle: split out a helper function to compute and write prerequisitesJunio C Hamano2014-10-30
| * | | | | | | | | | | bundle: split out a helper function to create pack dataJunio C Hamano2014-10-30
| * | | | | | | | | | | use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-28
* | | | | | | | | | | | Merge branch 'jk/cache-tree-protect-from-broken-libgit2'Junio C Hamano2014-11-06
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cache-tree: avoid infinite loop on zero-entry treeJeff King2014-10-30
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Documentation: typofixesThomas Ackermann2014-11-04
* | | | | | | | | | | | RelNotes/2.2.0.txt: fix minor typosMatthieu Moy2014-11-03
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Git 2.2.0-rc0v2.2.0-rc0Junio C Hamano2014-10-31
* | | | | | | | | | | Merge branch 'for-junio' of git://bogomips.org/git-svnJunio C Hamano2014-10-31
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | git-svn: use SVN::Ra::get_dir2 when possibleEric Wong2014-10-31
| * | | | | | | | | | | git-svn: add space after "W:" prefix in warningEric Wong2014-10-30
| * | | | | | | | | | | git-svn: (cleanup) remove editor param passingEric Wong2014-10-30
| * | | | | | | | | | | git-svn: prepare SVN::Ra config pieces onceEric Wong2014-10-29
| * | | | | | | | | | | Git.pm: add specified name to tempfile templateEric Wong2014-10-29
| * | | | | | | | | | | git-svn: disable _rev_list memoizationEric Wong2014-10-27
| * | | | | | | | | | | git-svn: save a little memory as fetch progressesEric Wong2014-10-25
| * | | | | | | | | | | git-svn: remove unnecessary DESTROY overrideEric Wong2014-10-25
| * | | | | | | | | | | git-svn: reload RA every log-window-sizeEric Wong2014-10-24
| * | | | | | | | | | | git-svn.txt: advertise pushurl with dcommitSveinung Kvilhaugsvik2014-10-24
| * | | | | | | | | | | git-svn: remove mergeinfo rev cachingEric Wong2014-10-24
| * | | | | | | | | | | git-svn: cache only mergeinfo revisionsEric Wong2014-10-24
| * | | | | | | | | | | git-svn: reduce check_cherry_pick cache overheadEric Wong2014-10-24
| * | | | | | | | | | | git-svn: only look at the root path for svn:mergeinfoJakob Stoklund Olesen2014-10-24
| * | | | | | | | | | | git-svn: only look at the new parts of svn:mergeinfoJakob Stoklund Olesen2014-10-24
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-31
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | receive-pack: avoid minor leak in case start_async() failsRené Scharfe2014-10-28
* | | | | | | | | | | | Merge branch 'rs/child-process-init'Junio C Hamano2014-10-31
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | api-run-command: add missing list item markerRené Scharfe2014-10-28
* | | | | | | | | | | | | Merge branch 'rs/grep-color-words'Junio C Hamano2014-10-31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | grep: add color.grep.matchcontext and color.grep.matchselectedRené Scharfe2014-10-28
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge git://ozlabs.org/~paulus/gitkJunio C Hamano2014-10-30
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | gitk: Remove boilerplate for configuration variablesMax Kirillov2014-10-30
| * | | | | | | | | | | | | gitk: Show detached HEAD if --all is specifiedMax Kirillov2014-10-30