Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | expire_reflog(): move rewrite to flags argument | Michael Haggerty | 2014-12-12 | 1 | -5/+5 | |
| * | | | | | expire_reflog(): move verbose to flags argument | Michael Haggerty | 2014-12-12 | 1 | -8/+8 | |
| * | | | | | expire_reflog(): pass flags through to expire_reflog_ent() | Michael Haggerty | 2014-12-12 | 1 | -0/+2 | |
| * | | | | | struct expire_reflog_cb: a new callback data type | Michael Haggerty | 2014-12-12 | 1 | -17/+26 | |
| * | | | | | Rename expire_reflog_cb to expire_reflog_policy_cb | Michael Haggerty | 2014-12-12 | 1 | -9/+10 | |
| * | | | | | expire_reflog(): move updateref to flags argument | Michael Haggerty | 2014-12-12 | 1 | -6/+6 | |
| * | | | | | expire_reflog(): move dry_run to flags argument | Michael Haggerty | 2014-12-12 | 1 | -5/+8 | |
| * | | | | | expire_reflog(): add a "flags" argument | Michael Haggerty | 2014-12-12 | 1 | -4/+6 | |
| * | | | | | expire_reflog(): extract two policy-related functions | Michael Haggerty | 2014-12-12 | 1 | -42/+52 | |
| * | | | | | Extract function should_expire_reflog_ent() | Michael Haggerty | 2014-12-12 | 1 | -28/+42 | |
| * | | | | | expire_reflog(): use a lock_file for rewriting the reflog file | Michael Haggerty | 2014-12-12 | 1 | -19/+41 | |
| * | | | | | expire_reflog(): return early if the reference has no reflog | Michael Haggerty | 2014-12-12 | 1 | -3/+5 | |
| * | | | | | expire_reflog(): rename "ref" parameter to "refname" | Michael Haggerty | 2014-12-12 | 1 | -8/+8 | |
| * | | | | | expire_reflog(): it's not an each_ref_fn anymore | Michael Haggerty | 2014-12-12 | 1 | -5/+5 | |
| * | | | | | refs.c: add a function to append a reflog entry to a fd | Ronnie Sahlberg | 2014-12-12 | 1 | -18/+30 | |
| * | | | | | refs.c: make ref_transaction_delete a wrapper for ref_transaction_update | Ronnie Sahlberg | 2014-12-04 | 2 | -21/+3 | |
| * | | | | | refs.c: make ref_transaction_create a wrapper for ref_transaction_update | Ronnie Sahlberg | 2014-12-04 | 1 | -25/+2 | |
* | | | | | | Merge branch 'cj/log-invert-grep' | Junio C Hamano | 2015-02-11 | 5 | -2/+25 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | log: teach --invert-grep optioncj/log-invert-grep | Christoph Junghans | 2015-01-13 | 5 | -2/+25 | |
* | | | | | | | Merge branch 'km/gettext-n' | Junio C Hamano | 2015-02-11 | 3 | -0/+45 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | gettext.h: add parentheses around N_ expansion if supportedkm/gettext-n | Kyle J. McKay | 2015-01-12 | 3 | -0/+45 | |
* | | | | | | | | Merge branch 'bc/http-fallback-to-password-after-krb-fails' | Junio C Hamano | 2015-02-11 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | remote-curl: fall back to Basic auth if Negotiate failsbc/http-fallback-to-password-after-krb-fails | brian m. carlson | 2015-01-07 | 1 | -0/+10 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'dk/format-patch-ignore-diff-submodule' | Junio C Hamano | 2015-02-11 | 2 | -1/+73 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | format-patch: ignore diff.submodule settingdk/format-patch-ignore-diff-submodule | Doug Kelly | 2015-01-07 | 2 | -3/+3 | |
| * | | | | | | | | t4255: test am submodule with diff.submodule | Doug Kelly | 2015-01-07 | 1 | -0/+72 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'jn/rerere-fail-on-auto-update-failure' | Junio C Hamano | 2015-02-11 | 1 | -10/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | rerere: error out on autoupdate failurejn/rerere-fail-on-auto-update-failure | Jonathan Nieder | 2015-01-08 | 1 | -10/+6 | |
* | | | | | | | | | Merge branch 'jk/blame-commit-label' | Junio C Hamano | 2015-02-11 | 11 | -34/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | blame.c: fix garbled error messagejk/blame-commit-label | Lukas Fleischer | 2015-01-13 | 1 | -5/+7 | |
| * | | | | | | | | | use xstrdup_or_null to replace ternary conditionals | Jeff King | 2015-01-13 | 7 | -10/+9 | |
| * | | | | | | | | | builtin/commit.c: use xstrdup_or_null instead of envdup | Jeff King | 2015-01-13 | 1 | -9/+3 | |
| * | | | | | | | | | builtin/apply.c: use xstrdup_or_null instead of null_strdup | Jeff King | 2015-01-13 | 1 | -10/+5 | |
| * | | | | | | | | | git-compat-util: add xstrdup_or_null helper | Jeff King | 2015-01-13 | 1 | -0/+5 | |
* | | | | | | | | | | Merge branch 'ld/p4-submit-hint' | Junio C Hamano | 2015-02-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-p4: correct --prepare-p4-only instructionsld/p4-submit-hint | Luke Diamand | 2015-01-23 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'ld/p4-exclude-in-sync' | Junio C Hamano | 2015-02-11 | 3 | -13/+84 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-p4: support excluding paths on syncld/p4-exclude-in-sync | Luke Diamand | 2015-02-11 | 3 | -13/+84 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'jc/coding-guidelines' | Junio C Hamano | 2015-02-11 | 1 | -3/+8 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | CodingGuidelines: clarify C #include rulesjc/coding-guidelines | Junio C Hamano | 2015-01-15 | 1 | -3/+8 | |
* | | | | | | | | | | | Merge branch 'ak/typofixes' | Junio C Hamano | 2015-02-11 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | t/lib-terminal.sh: fix typoak/typofixes | Alexander Kuleshov | 2015-01-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | pack-bitmap: fix typo | Alexander Kuleshov | 2015-01-21 | 1 | -1/+1 | |
* | | | | | | | | | | | | Git 2.3v2.3.0 | Junio C Hamano | 2015-02-05 | 3 | -1/+12 | |
* | | | | | | | | | | | | Merge git://github.com/git-l10n/git-po | Junio C Hamano | 2015-02-02 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | l10n: ca.po: Fix trailing whitespace | Alex Henrie | 2015-01-30 | 1 | -5/+5 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Git 2.3.0-rc2v2.3.0-rc2 | Junio C Hamano | 2015-01-27 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge git://github.com/git-l10n/git-po | Junio C Hamano | 2015-01-27 | 2 | -929/+941 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git://github.com/alexhenrie/git-po | Jiang Xin | 2015-01-27 | 1 | -925/+937 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | l10n: ca.po: update translation | Alex Henrie | 2015-01-26 | 1 | -925/+937 |