summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gittutorial.txt: remove reference to ancient Git versionta/tutorial-modernizeThomas Ackermann2014-11-111-1/+1
* Sync with maintJunio C Hamano2014-11-110-0/+0
|\
| * Merge branch 'rs/clean-menu-item-defn' into maintJunio C Hamano2014-11-111-1/+1
| |\
* | | run-command: use void to declare that functions take no parametersRené Scharfe2014-11-101-2/+2
* | | Merge branch 'master' of git://github.com/git-l10n/git-poJunio C Hamano2014-11-106-8882/+10327
|\ \ \
| * | | l10n: Updated Bulgarian translation of git (2296t,0f,0u)Alexander Shopov2014-11-021-1473/+1738
| * | | l10n: zh_CN: translations for git v2.2.0-rc0Jiang Xin2014-11-021-1477/+1720
| * | | Merge branch 'fr_2.2.0' of git://github.com/jnavila/gitJiang Xin2014-11-021-1478/+1721
| |\ \ \
| | * | | l10n: fr.po (2296t) update for version 2.2.0Jean-Noel Avila2014-11-011-1478/+1721
| * | | | Merge branch 'master' of git://github.com/nafmo/git-l10n-svJiang Xin2014-11-021-1468/+1719
| |\ \ \ \
| | * | | | l10n: sv.po: Update Swedish translation (2296t0f0u)Peter Krefting2014-11-011-1468/+1719
| | |/ / /
| * | | | l10n: vi.po: Update new message stringsTran Ngoc Quan2014-11-011-1529/+1777
| |/ / /
| * | | l10n: git.pot: v2.2.0 round 1 (62 new, 23 removed)Jiang Xin2014-11-011-1457/+1652
* | | | Sync with maintJunio C Hamano2014-11-101-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Documentation/config.txt: fix minor typoThomas Quinot2014-11-101-1/+1
| * | | config.txt: fix typoNicolas Dermine2014-11-101-1/+1
* | | | Merge branch 'js/diff-highlight-avoid-sigpipe'Junio C Hamano2014-11-101-0/+4
|\ \ \ \
| * | | | diff-highlight: exit when a pipe is brokenjs/diff-highlight-avoid-sigpipeJohn Szakmeister2014-11-041-0/+4
* | | | | trailer: use CHILD_PROCESS_INIT in apply_command()René Scharfe2014-11-101-2/+1
* | | | | Git 2.2.0-rc1v2.2.0-rc1Junio C Hamano2014-11-071-1/+1
* | | | | Merge branch 'maint'Junio C Hamano2014-11-061-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | docs/credential-store: s/--store/--file/Jeff King2014-11-061-1/+1
* | | | | Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano2014-11-061-1/+1
|\ \ \ \ \
| * | | | | gitignore.txt: fix spelling of "backslash"nd/gitignore-trailing-whitespaceBen North2014-11-041-1/+1
* | | | | | Merge branch 'tm/line-log-first-parent'Junio C Hamano2014-11-062-0/+8
|\ \ \ \ \ \
| * | | | | | line-log: fix crash when --first-parent is usedtm/line-log-first-parentTzvetan Mikov2014-11-042-0/+8
* | | | | | | Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-064-3/+77
|\ \ \ \ \ \ \
| * | | | | | | ignore stale directories when checking reflog existenceJeff King2014-11-042-2/+36
| * | | | | | | fetch: load all default config at startupJeff King2014-11-042-1/+41
* | | | | | | | Merge branch 'rs/use-child-process-init-more'Junio C Hamano2014-11-064-66/+106
|\ \ \ \ \ \ \ \
| * | | | | | | | bundle: split out ref writing from bundle_creaters/use-child-process-init-moreJeff King2014-10-301-39/+58
| * | | | | | | | bundle: split out a helper function to compute and write prerequisitesJunio C Hamano2014-10-301-24/+35
| * | | | | | | | bundle: split out a helper function to create pack dataJunio C Hamano2014-10-301-27/+37
| * | | | | | | | use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-284-4/+4
* | | | | | | | | Merge branch 'jk/cache-tree-protect-from-broken-libgit2'Junio C Hamano2014-11-061-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cache-tree: avoid infinite loop on zero-entry treejk/cache-tree-protect-from-broken-libgit2Jeff King2014-10-301-0/+2
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Documentation: typofixesThomas Ackermann2014-11-0419-30/+30
* | | | | | | | | RelNotes/2.2.0.txt: fix minor typosMatthieu Moy2014-11-031-3/+3
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Git 2.2.0-rc0v2.2.0-rc0Junio C Hamano2014-10-312-1/+7
* | | | | | | | Merge branch 'for-junio' of git://bogomips.org/git-svnJunio C Hamano2014-10-314-91/+145
|\ \ \ \ \ \ \ \
| * | | | | | | | git-svn: use SVN::Ra::get_dir2 when possibleEric Wong2014-10-311-1/+11
| * | | | | | | | git-svn: add space after "W:" prefix in warningEric Wong2014-10-301-4/+2
| * | | | | | | | git-svn: (cleanup) remove editor param passingEric Wong2014-10-301-6/+4
| * | | | | | | | git-svn: prepare SVN::Ra config pieces onceEric Wong2014-10-291-27/+36
| * | | | | | | | Git.pm: add specified name to tempfile templateEric Wong2014-10-291-1/+4
| * | | | | | | | git-svn: disable _rev_list memoizationEric Wong2014-10-271-10/+0
| * | | | | | | | git-svn: save a little memory as fetch progressesEric Wong2014-10-251-1/+1
| * | | | | | | | git-svn: remove unnecessary DESTROY overrideEric Wong2014-10-251-4/+0
| * | | | | | | | git-svn: reload RA every log-window-sizeEric Wong2014-10-241-8/+13
| * | | | | | | | git-svn.txt: advertise pushurl with dcommitSveinung Kvilhaugsvik2014-10-241-0/+4